body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #51090a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #ffb18a !important;
}
.bg-warning {
  background-color: #68090a !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #51090a !important;
  border-color: #51090a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #030000 !important;
  border-color: #030000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #030000 !important;
  border-color: #030000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #68090a !important;
  border-color: #68090a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #180202 !important;
  border-color: #180202 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #180202 !important;
  border-color: #180202 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #51090a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #51090a !important;
  border-color: #51090a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb18a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ff7733 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #68090a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #180202 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #68090a !important;
  border-color: #68090a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #51090a !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #ffb18a !important;
}
.text-warning {
  color: #68090a !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ff6d24 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0a0101 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #51090a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffb18a;
}
.alert-warning {
  background-color: #68090a;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #51090a;
  border-color: #51090a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #51090a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ec5456;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dd1315;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #51090a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #51090a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #51090a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #51090a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #51090a;
  border-bottom-color: #51090a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #51090a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2351090a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sNk0dG3y1P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNk0dG3y1P nav.navbar {
  position: fixed;
}
.cid-sNk0dG3y1P .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNk0dG3y1P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNk0dG3y1P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNk0dG3y1P .dropdown-item:hover,
.cid-sNk0dG3y1P .dropdown-item:focus {
  background: #51090a !important;
  color: white !important;
}
.cid-sNk0dG3y1P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNk0dG3y1P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNk0dG3y1P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNk0dG3y1P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNk0dG3y1P .nav-link {
  position: relative;
}
.cid-sNk0dG3y1P .container {
  display: flex;
  margin: auto;
}
.cid-sNk0dG3y1P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNk0dG3y1P .dropdown-menu,
.cid-sNk0dG3y1P .navbar.opened {
  background: #ecdb94 !important;
}
.cid-sNk0dG3y1P .nav-item:focus,
.cid-sNk0dG3y1P .nav-link:focus {
  outline: none;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNk0dG3y1P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNk0dG3y1P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNk0dG3y1P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ecdb94;
}
.cid-sNk0dG3y1P .navbar.opened {
  transition: all 0.3s;
}
.cid-sNk0dG3y1P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNk0dG3y1P .navbar .navbar-logo img {
  width: auto;
}
.cid-sNk0dG3y1P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNk0dG3y1P .navbar.collapsed {
  justify-content: center;
}
.cid-sNk0dG3y1P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNk0dG3y1P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNk0dG3y1P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNk0dG3y1P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNk0dG3y1P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNk0dG3y1P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNk0dG3y1P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNk0dG3y1P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNk0dG3y1P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNk0dG3y1P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNk0dG3y1P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNk0dG3y1P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNk0dG3y1P .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNk0dG3y1P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNk0dG3y1P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNk0dG3y1P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNk0dG3y1P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNk0dG3y1P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNk0dG3y1P .dropdown-item.active,
.cid-sNk0dG3y1P .dropdown-item:active {
  background-color: transparent;
}
.cid-sNk0dG3y1P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNk0dG3y1P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNk0dG3y1P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNk0dG3y1P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecdb94;
}
.cid-sNk0dG3y1P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNk0dG3y1P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNk0dG3y1P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNk0dG3y1P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNk0dG3y1P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNk0dG3y1P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNk0dG3y1P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNk0dG3y1P .navbar {
    height: 70px;
  }
  .cid-sNk0dG3y1P .navbar.opened {
    height: auto;
  }
  .cid-sNk0dG3y1P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN9DpHSIaR {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-sN9DpHSIaR .carousel {
  width: 100%;
}
.cid-sN9DpHSIaR .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-sN9DpHSIaR .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-sN9DpHSIaR .carousel-caption {
  bottom: 40px;
}
.cid-sN9DpHSIaR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sN9DpHSIaR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sN9DpHSIaR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sN9DpHSIaR .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sN9DpHSIaR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sN9DpHSIaR .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sN9DpHSIaR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sN9DpHSIaR .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sN9DpHSIaR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sN9DpHSIaR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sN9DpHSIaR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sN9DpHSIaR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sN9DpHSIaR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sN9DpHSIaR .carousel-indicators li.active,
.cid-sN9DpHSIaR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sN9DpHSIaR .carousel-indicators li::after,
.cid-sN9DpHSIaR .carousel-indicators li::before {
  content: none;
}
.cid-sN9DpHSIaR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sN9DpHSIaR .carousel-indicators {
    display: none !important;
  }
}
.cid-sN9DpHSIaR H5 {
  text-align: right;
  color: #ffffff;
}
.cid-sN9DpHSIaR P {
  text-align: right;
  color: #ffffff;
}
.cid-sJ5jz9mj26 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2e7b8;
}
.cid-sJ5jz9mj26 img,
.cid-sJ5jz9mj26 .item-img {
  width: 100%;
}
.cid-sJ5jz9mj26 .item:focus,
.cid-sJ5jz9mj26 span:focus {
  outline: none;
}
.cid-sJ5jz9mj26 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sJ5jz9mj26 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ecdb94;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sJ5jz9mj26 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ5jz9mj26 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sJ5jz9mj26 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sJ5jz9mj26 .mbr-section-title {
  color: #232323;
}
.cid-sJ5jz9mj26 .mbr-text,
.cid-sJ5jz9mj26 .mbr-section-btn {
  text-align: left;
}
.cid-sJ5jz9mj26 .item-title {
  text-align: left;
}
.cid-sJ5jz9mj26 .item-subtitle {
  text-align: left;
}
.cid-sJmJ6VluNy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hintergrund2-1582x540.jpg");
}
@media (max-width: 991px) {
  .cid-sJmJ6VluNy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJmJ6VluNy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJmJ6VluNy .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJmKdWkCuN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2e7b8;
}
@media (max-width: 991px) {
  .cid-sJmKdWkCuN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJmKdWkCuN .row {
  flex-direction: row-reverse;
}
.cid-sJmKdWkCuN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJmKdWkCuN .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJmKdWkCuN .mbr-text {
  text-align: right;
}
.cid-sJmKdWkCuN .mbr-section-title {
  text-align: right;
}
.cid-sJmL02XzxH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hintergrund-1582x540.jpg");
}
@media (max-width: 991px) {
  .cid-sJmL02XzxH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJmL02XzxH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJmL02XzxH .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJmLGPpZpu {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f5f0ea;
}
.cid-sJmynH2sQr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2e7b8;
}
.cid-sJnnxcfNZm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #050c2d;
}
.cid-sJnnxcfNZm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sJnnxcfNZm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sJnnxcfNZm .row {
    text-align: center;
  }
  .cid-sJnnxcfNZm .row > div {
    margin: auto;
  }
  .cid-sJnnxcfNZm .social-row {
    justify-content: center;
  }
}
.cid-sJnnxcfNZm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sJnnxcfNZm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sJnnxcfNZm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sJnnxcfNZm .list {
    margin-bottom: 0rem;
  }
}
.cid-sJnnxcfNZm .mbr-text {
  color: #bbbbbb;
}
.cid-sJnnxcfNZm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sJnnxcfNZm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sJnnxcfNZm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sXUqXuOM0U {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1012.jpg");
}
.cid-sXUqXuOM0U .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sJnEBRRfsb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fcedad;
}
@media (max-width: 991px) {
  .cid-sJnEBRRfsb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJnEBRRfsb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJnEBRRfsb .text-wrapper {
    padding: 2rem;
  }
}
.cid-sJnECsQWfk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fcedad;
}
@media (max-width: 991px) {
  .cid-sJnECsQWfk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJnECsQWfk .row {
  flex-direction: row-reverse;
}
.cid-sJnECsQWfk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJnECsQWfk .text-wrapper {
    padding: 2rem;
  }
}
.cid-tnh1von9fv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tnh1von9fv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tnh1von9fv .row {
  flex-direction: row-reverse;
}
.cid-tnh1von9fv img {
  width: 100%;
}
.cid-sJnEuHIuly {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2e7b8;
}
.cid-sJnEuHIuly .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sJnEuHIuly form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sJnEuHIuly form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sJnEuHIuly form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sJnEnavlPe {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-sJnEnavlPe .row {
    flex-direction: column-reverse;
  }
  .cid-sJnEnavlPe .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJnEnavlPe .google-map {
  height: 100%;
  position: relative;
}
.cid-sJnEnavlPe .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sJnEnavlPe .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sJnEnavlPe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sJnEnavlPe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sJnEnavlPe .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sJnEnavlPe .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-sJnEnavlPe .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sJnEnavlPe .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sJnEnavlPe .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sJnEnavlPe .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #51090a;
}
.cid-sJnnxcfNZm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #050c2d;
}
.cid-sJnnxcfNZm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sJnnxcfNZm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sJnnxcfNZm .row {
    text-align: center;
  }
  .cid-sJnnxcfNZm .row > div {
    margin: auto;
  }
  .cid-sJnnxcfNZm .social-row {
    justify-content: center;
  }
}
.cid-sJnnxcfNZm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sJnnxcfNZm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sJnnxcfNZm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sJnnxcfNZm .list {
    margin-bottom: 0rem;
  }
}
.cid-sJnnxcfNZm .mbr-text {
  color: #bbbbbb;
}
.cid-sJnnxcfNZm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sJnnxcfNZm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sJnnxcfNZm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sNk0dG3y1P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNk0dG3y1P nav.navbar {
  position: fixed;
}
.cid-sNk0dG3y1P .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNk0dG3y1P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNk0dG3y1P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNk0dG3y1P .dropdown-item:hover,
.cid-sNk0dG3y1P .dropdown-item:focus {
  background: #51090a !important;
  color: white !important;
}
.cid-sNk0dG3y1P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNk0dG3y1P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNk0dG3y1P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNk0dG3y1P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNk0dG3y1P .nav-link {
  position: relative;
}
.cid-sNk0dG3y1P .container {
  display: flex;
  margin: auto;
}
.cid-sNk0dG3y1P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNk0dG3y1P .dropdown-menu,
.cid-sNk0dG3y1P .navbar.opened {
  background: #ecdb94 !important;
}
.cid-sNk0dG3y1P .nav-item:focus,
.cid-sNk0dG3y1P .nav-link:focus {
  outline: none;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNk0dG3y1P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNk0dG3y1P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNk0dG3y1P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ecdb94;
}
.cid-sNk0dG3y1P .navbar.opened {
  transition: all 0.3s;
}
.cid-sNk0dG3y1P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNk0dG3y1P .navbar .navbar-logo img {
  width: auto;
}
.cid-sNk0dG3y1P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNk0dG3y1P .navbar.collapsed {
  justify-content: center;
}
.cid-sNk0dG3y1P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNk0dG3y1P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNk0dG3y1P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNk0dG3y1P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNk0dG3y1P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNk0dG3y1P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNk0dG3y1P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNk0dG3y1P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNk0dG3y1P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNk0dG3y1P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNk0dG3y1P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNk0dG3y1P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNk0dG3y1P .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNk0dG3y1P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNk0dG3y1P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNk0dG3y1P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNk0dG3y1P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNk0dG3y1P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNk0dG3y1P .dropdown-item.active,
.cid-sNk0dG3y1P .dropdown-item:active {
  background-color: transparent;
}
.cid-sNk0dG3y1P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNk0dG3y1P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNk0dG3y1P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNk0dG3y1P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecdb94;
}
.cid-sNk0dG3y1P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNk0dG3y1P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNk0dG3y1P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNk0dG3y1P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNk0dG3y1P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNk0dG3y1P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNk0dG3y1P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNk0dG3y1P .navbar {
    height: 70px;
  }
  .cid-sNk0dG3y1P .navbar.opened {
    height: auto;
  }
  .cid-sNk0dG3y1P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLUa6YjaOt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sLUa6YjaOt .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sLUa6YjaOt .currentcost {
  color: #232323;
}
.cid-sLUa6YjaOt .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sLUa6YjaOt .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sLUa6YjaOt .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLUa6YjaOt .text-box {
    padding: 1rem;
  }
}
.cid-sLUa6YjaOt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sLUbnGu1j9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLUFOIgqA8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sLUFOIgqA8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sLUFOIgqA8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sLUFOIgqA8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sLV0f2WYN5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sLV0f2WYN5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sLV0f2WYN5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sLV0f2WYN5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sLUhg6btuv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLU9F9DtjZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #050c2d;
}
.cid-sLU9F9DtjZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sLU9F9DtjZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sLU9F9DtjZ .row {
    text-align: center;
  }
  .cid-sLU9F9DtjZ .row > div {
    margin: auto;
  }
  .cid-sLU9F9DtjZ .social-row {
    justify-content: center;
  }
}
.cid-sLU9F9DtjZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sLU9F9DtjZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sLU9F9DtjZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sLU9F9DtjZ .list {
    margin-bottom: 0rem;
  }
}
.cid-sLU9F9DtjZ .mbr-text {
  color: #bbbbbb;
}
.cid-sLU9F9DtjZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sLU9F9DtjZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sLU9F9DtjZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sNk0dG3y1P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNk0dG3y1P nav.navbar {
  position: fixed;
}
.cid-sNk0dG3y1P .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNk0dG3y1P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNk0dG3y1P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNk0dG3y1P .dropdown-item:hover,
.cid-sNk0dG3y1P .dropdown-item:focus {
  background: #51090a !important;
  color: white !important;
}
.cid-sNk0dG3y1P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNk0dG3y1P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNk0dG3y1P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNk0dG3y1P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNk0dG3y1P .nav-link {
  position: relative;
}
.cid-sNk0dG3y1P .container {
  display: flex;
  margin: auto;
}
.cid-sNk0dG3y1P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNk0dG3y1P .dropdown-menu,
.cid-sNk0dG3y1P .navbar.opened {
  background: #ecdb94 !important;
}
.cid-sNk0dG3y1P .nav-item:focus,
.cid-sNk0dG3y1P .nav-link:focus {
  outline: none;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNk0dG3y1P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNk0dG3y1P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNk0dG3y1P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ecdb94;
}
.cid-sNk0dG3y1P .navbar.opened {
  transition: all 0.3s;
}
.cid-sNk0dG3y1P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNk0dG3y1P .navbar .navbar-logo img {
  width: auto;
}
.cid-sNk0dG3y1P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNk0dG3y1P .navbar.collapsed {
  justify-content: center;
}
.cid-sNk0dG3y1P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNk0dG3y1P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNk0dG3y1P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNk0dG3y1P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNk0dG3y1P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNk0dG3y1P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNk0dG3y1P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNk0dG3y1P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNk0dG3y1P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNk0dG3y1P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNk0dG3y1P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNk0dG3y1P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNk0dG3y1P .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNk0dG3y1P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNk0dG3y1P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNk0dG3y1P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNk0dG3y1P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNk0dG3y1P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNk0dG3y1P .dropdown-item.active,
.cid-sNk0dG3y1P .dropdown-item:active {
  background-color: transparent;
}
.cid-sNk0dG3y1P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNk0dG3y1P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNk0dG3y1P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNk0dG3y1P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecdb94;
}
.cid-sNk0dG3y1P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNk0dG3y1P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNk0dG3y1P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNk0dG3y1P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNk0dG3y1P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNk0dG3y1P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNk0dG3y1P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNk0dG3y1P .navbar {
    height: 70px;
  }
  .cid-sNk0dG3y1P .navbar.opened {
    height: auto;
  }
  .cid-sNk0dG3y1P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXOP4iiP32 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/wiese2-1920x729.jpg");
}
.cid-sXOP4iiP32 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sLVBPH5pLE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sLVBPH5pLE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sLVBPH5pLE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sLVBPH5pLE .text-wrapper {
    padding: 2rem;
  }
}
.cid-sLVBPH5pLE .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-sLVBPH5pLE P {
  color: #000000;
}
.cid-sLVCopXIQn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e4cf75;
}
@media (max-width: 991px) {
  .cid-sLVCopXIQn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sLVCopXIQn .row {
  flex-direction: row-reverse;
}
.cid-sLVCopXIQn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sLVCopXIQn .text-wrapper {
    padding: 2rem;
  }
}
.cid-sLVCopXIQn .mbr-section-title {
  color: #000000;
}
.cid-sLVCopXIQn .mbr-text {
  color: #232323;
}
.cid-sLVCopXIQn .mbr-description {
  color: #000000;
}
.cid-sLVCpcf2BO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f0ea;
}
@media (max-width: 991px) {
  .cid-sLVCpcf2BO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sLVCpcf2BO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sLVCpcf2BO .text-wrapper {
    padding: 2rem;
  }
}
.cid-sLVCBLORlC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e4cf75;
}
@media (max-width: 991px) {
  .cid-sLVCBLORlC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sLVCBLORlC .row {
  flex-direction: row-reverse;
}
.cid-sLVCBLORlC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sLVCBLORlC .text-wrapper {
    padding: 2rem;
  }
}
.cid-sLVCBLORlC .mbr-section-title {
  color: #000000;
}
.cid-sLVCBLORlC .mbr-text {
  color: #000000;
}
.cid-sLVCBLORlC .mbr-description {
  color: #000000;
}
.cid-sLVBPIr914 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #050c2d;
}
.cid-sLVBPIr914 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sLVBPIr914 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sLVBPIr914 .row {
    text-align: center;
  }
  .cid-sLVBPIr914 .row > div {
    margin: auto;
  }
  .cid-sLVBPIr914 .social-row {
    justify-content: center;
  }
}
.cid-sLVBPIr914 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sLVBPIr914 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sLVBPIr914 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sLVBPIr914 .list {
    margin-bottom: 0rem;
  }
}
.cid-sLVBPIr914 .mbr-text {
  color: #bbbbbb;
}
.cid-sLVBPIr914 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sLVBPIr914 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sLVBPIr914 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sNk0dG3y1P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNk0dG3y1P nav.navbar {
  position: fixed;
}
.cid-sNk0dG3y1P .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNk0dG3y1P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNk0dG3y1P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNk0dG3y1P .dropdown-item:hover,
.cid-sNk0dG3y1P .dropdown-item:focus {
  background: #51090a !important;
  color: white !important;
}
.cid-sNk0dG3y1P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNk0dG3y1P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNk0dG3y1P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNk0dG3y1P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNk0dG3y1P .nav-link {
  position: relative;
}
.cid-sNk0dG3y1P .container {
  display: flex;
  margin: auto;
}
.cid-sNk0dG3y1P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNk0dG3y1P .dropdown-menu,
.cid-sNk0dG3y1P .navbar.opened {
  background: #ecdb94 !important;
}
.cid-sNk0dG3y1P .nav-item:focus,
.cid-sNk0dG3y1P .nav-link:focus {
  outline: none;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNk0dG3y1P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNk0dG3y1P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNk0dG3y1P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ecdb94;
}
.cid-sNk0dG3y1P .navbar.opened {
  transition: all 0.3s;
}
.cid-sNk0dG3y1P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNk0dG3y1P .navbar .navbar-logo img {
  width: auto;
}
.cid-sNk0dG3y1P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNk0dG3y1P .navbar.collapsed {
  justify-content: center;
}
.cid-sNk0dG3y1P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNk0dG3y1P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNk0dG3y1P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNk0dG3y1P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNk0dG3y1P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNk0dG3y1P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNk0dG3y1P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNk0dG3y1P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNk0dG3y1P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNk0dG3y1P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNk0dG3y1P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNk0dG3y1P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNk0dG3y1P .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNk0dG3y1P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNk0dG3y1P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNk0dG3y1P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNk0dG3y1P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNk0dG3y1P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNk0dG3y1P .dropdown-item.active,
.cid-sNk0dG3y1P .dropdown-item:active {
  background-color: transparent;
}
.cid-sNk0dG3y1P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNk0dG3y1P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNk0dG3y1P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNk0dG3y1P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecdb94;
}
.cid-sNk0dG3y1P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNk0dG3y1P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNk0dG3y1P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNk0dG3y1P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNk0dG3y1P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNk0dG3y1P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNk0dG3y1P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNk0dG3y1P .navbar {
    height: 70px;
  }
  .cid-sNk0dG3y1P .navbar.opened {
    height: auto;
  }
  .cid-sNk0dG3y1P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-5gA1mIRCRN {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #f5f0ea;
}
@media (min-width: 992px) {
  .cid-5gA1mIRCRN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-5gA1mIRCRN .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-5gA1mIRCRN .mbr-text {
  color: #353535;
}
.cid-sPAtagELKZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f0ea;
}
.cid-sPAtagELKZ .mbr-text {
  text-align: left;
}
.cid-8DGmeYM0QH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f0ea;
}
@media (min-width: 992px) {
  .cid-8DGmeYM0QH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-8DGmeYM0QH .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-8DGmeYM0QH .mbr-text {
  color: #353535;
}
.cid-sPBbAQpYLL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f0ea;
}
.cid-sSZkrYyN8v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f0ea;
}
@media (min-width: 992px) {
  .cid-sSZkrYyN8v .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sSZkrYyN8v .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sSZkrYyN8v .mbr-text {
  color: #353535;
}
.cid-eWPLRTjrcU {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f5f0ea;
}
@media (min-width: 992px) {
  .cid-eWPLRTjrcU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-eWPLRTjrcU .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-eWPLRTjrcU .mbr-text {
  color: #353535;
}
.cid-sLVovBvsBp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #050c2d;
}
.cid-sLVovBvsBp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sLVovBvsBp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sLVovBvsBp .row {
    text-align: center;
  }
  .cid-sLVovBvsBp .row > div {
    margin: auto;
  }
  .cid-sLVovBvsBp .social-row {
    justify-content: center;
  }
}
.cid-sLVovBvsBp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sLVovBvsBp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sLVovBvsBp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sLVovBvsBp .list {
    margin-bottom: 0rem;
  }
}
.cid-sLVovBvsBp .mbr-text {
  color: #bbbbbb;
}
.cid-sLVovBvsBp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sLVovBvsBp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sLVovBvsBp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sNk0dG3y1P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNk0dG3y1P nav.navbar {
  position: fixed;
}
.cid-sNk0dG3y1P .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNk0dG3y1P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNk0dG3y1P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNk0dG3y1P .dropdown-item:hover,
.cid-sNk0dG3y1P .dropdown-item:focus {
  background: #51090a !important;
  color: white !important;
}
.cid-sNk0dG3y1P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNk0dG3y1P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNk0dG3y1P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNk0dG3y1P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNk0dG3y1P .nav-link {
  position: relative;
}
.cid-sNk0dG3y1P .container {
  display: flex;
  margin: auto;
}
.cid-sNk0dG3y1P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNk0dG3y1P .dropdown-menu,
.cid-sNk0dG3y1P .navbar.opened {
  background: #ecdb94 !important;
}
.cid-sNk0dG3y1P .nav-item:focus,
.cid-sNk0dG3y1P .nav-link:focus {
  outline: none;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNk0dG3y1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNk0dG3y1P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNk0dG3y1P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNk0dG3y1P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ecdb94;
}
.cid-sNk0dG3y1P .navbar.opened {
  transition: all 0.3s;
}
.cid-sNk0dG3y1P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNk0dG3y1P .navbar .navbar-logo img {
  width: auto;
}
.cid-sNk0dG3y1P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNk0dG3y1P .navbar.collapsed {
  justify-content: center;
}
.cid-sNk0dG3y1P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNk0dG3y1P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNk0dG3y1P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNk0dG3y1P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNk0dG3y1P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNk0dG3y1P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNk0dG3y1P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNk0dG3y1P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNk0dG3y1P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNk0dG3y1P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNk0dG3y1P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNk0dG3y1P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNk0dG3y1P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNk0dG3y1P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNk0dG3y1P .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNk0dG3y1P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNk0dG3y1P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNk0dG3y1P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNk0dG3y1P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNk0dG3y1P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNk0dG3y1P .dropdown-item.active,
.cid-sNk0dG3y1P .dropdown-item:active {
  background-color: transparent;
}
.cid-sNk0dG3y1P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNk0dG3y1P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNk0dG3y1P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNk0dG3y1P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecdb94;
}
.cid-sNk0dG3y1P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNk0dG3y1P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNk0dG3y1P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNk0dG3y1P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNk0dG3y1P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNk0dG3y1P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNk0dG3y1P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNk0dG3y1P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNk0dG3y1P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNk0dG3y1P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNk0dG3y1P .navbar {
    height: 70px;
  }
  .cid-sNk0dG3y1P .navbar.opened {
    height: auto;
  }
  .cid-sNk0dG3y1P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOhJ0OWkwF {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-10-1920x1280.jpg");
}
.cid-sOhJ0OWkwF .mbr-section-title {
  color: #ffffff;
}
.cid-tzVrw59cyD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzVrw59cyD .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAsRVjzo5T {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAsRVjzo5T .img-wrapper {
  text-align: center;
}
.cid-tAsRVjzo5T img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tAsRVjzo5T .row {
  align-items: flex-start;
}
.cid-tAsRVjzo5T .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-tAsRVjzo5T .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tAsRVjzo5T .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tAsRVjzo5T .card-wrapper {
    padding: 1rem;
  }
}
.cid-t8FKb3ykHe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8FKb3ykHe .line {
  background-color: #51090a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8FKb3ykHe .mbr-text {
  color: #000000;
}
.cid-t8JJnkfKRc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8JJnkfKRc .img-wrapper {
  text-align: center;
}
.cid-t8JJnkfKRc img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-t8JJnkfKRc .row {
  align-items: flex-start;
}
.cid-t8JJnkfKRc .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-t8JJnkfKRc .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t8JJnkfKRc .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8JJnkfKRc .card-wrapper {
    padding: 1rem;
  }
}
.cid-sPBHWhvied {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sPBHWhvied .line {
  background-color: #51090a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sPBHTP4DYh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sPBHTP4DYh .img-wrapper {
  text-align: center;
}
.cid-sPBHTP4DYh img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sPBHTP4DYh .row {
  align-items: flex-start;
}
.cid-sPBHTP4DYh .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-sPBHTP4DYh .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sPBHTP4DYh .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sPBHTP4DYh .card-wrapper {
    padding: 1rem;
  }
}
.cid-sPBHEHChYC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sPBHEHChYC .line {
  background-color: #51090a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sPBHB3YnwZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sPBHB3YnwZ .img-wrapper {
  text-align: center;
}
.cid-sPBHB3YnwZ img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sPBHB3YnwZ .row {
  align-items: flex-start;
}
.cid-sPBHB3YnwZ .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-sPBHB3YnwZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sPBHB3YnwZ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sPBHB3YnwZ .card-wrapper {
    padding: 1rem;
  }
}
.cid-sOhG12lZ5C {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #050c2d;
}
.cid-sOhG12lZ5C .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sOhG12lZ5C .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sOhG12lZ5C .row {
    text-align: center;
  }
  .cid-sOhG12lZ5C .row > div {
    margin: auto;
  }
  .cid-sOhG12lZ5C .social-row {
    justify-content: center;
  }
}
.cid-sOhG12lZ5C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sOhG12lZ5C .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sOhG12lZ5C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOhG12lZ5C .list {
    margin-bottom: 0rem;
  }
}
.cid-sOhG12lZ5C .mbr-text {
  color: #bbbbbb;
}
.cid-sOhG12lZ5C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sOhG12lZ5C .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sOhG12lZ5C div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sOhG13vX6J {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sOhG13vX6J nav.navbar {
  position: fixed;
}
.cid-sOhG13vX6J .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOhG13vX6J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sOhG13vX6J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sOhG13vX6J .dropdown-item:hover,
.cid-sOhG13vX6J .dropdown-item:focus {
  background: #51090a !important;
  color: white !important;
}
.cid-sOhG13vX6J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sOhG13vX6J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sOhG13vX6J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sOhG13vX6J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sOhG13vX6J .nav-link {
  position: relative;
}
.cid-sOhG13vX6J .container {
  display: flex;
  margin: auto;
}
.cid-sOhG13vX6J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOhG13vX6J .dropdown-menu,
.cid-sOhG13vX6J .navbar.opened {
  background: #ecdb94 !important;
}
.cid-sOhG13vX6J .nav-item:focus,
.cid-sOhG13vX6J .nav-link:focus {
  outline: none;
}
.cid-sOhG13vX6J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sOhG13vX6J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOhG13vX6J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sOhG13vX6J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOhG13vX6J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOhG13vX6J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sOhG13vX6J .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ecdb94;
}
.cid-sOhG13vX6J .navbar.opened {
  transition: all 0.3s;
}
.cid-sOhG13vX6J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sOhG13vX6J .navbar .navbar-logo img {
  width: auto;
}
.cid-sOhG13vX6J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOhG13vX6J .navbar.collapsed {
  justify-content: center;
}
.cid-sOhG13vX6J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOhG13vX6J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOhG13vX6J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sOhG13vX6J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOhG13vX6J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOhG13vX6J .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sOhG13vX6J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOhG13vX6J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sOhG13vX6J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sOhG13vX6J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOhG13vX6J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOhG13vX6J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOhG13vX6J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOhG13vX6J .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sOhG13vX6J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sOhG13vX6J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOhG13vX6J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOhG13vX6J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sOhG13vX6J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sOhG13vX6J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sOhG13vX6J .navbar.navbar-short {
  min-height: 60px;
}
.cid-sOhG13vX6J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sOhG13vX6J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sOhG13vX6J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sOhG13vX6J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOhG13vX6J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOhG13vX6J .dropdown-item.active,
.cid-sOhG13vX6J .dropdown-item:active {
  background-color: transparent;
}
.cid-sOhG13vX6J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOhG13vX6J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOhG13vX6J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOhG13vX6J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecdb94;
}
.cid-sOhG13vX6J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOhG13vX6J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOhG13vX6J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sOhG13vX6J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOhG13vX6J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sOhG13vX6J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sOhG13vX6J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOhG13vX6J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOhG13vX6J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOhG13vX6J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOhG13vX6J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOhG13vX6J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOhG13vX6J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOhG13vX6J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOhG13vX6J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sOhG13vX6J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sOhG13vX6J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOhG13vX6J .navbar {
    height: 70px;
  }
  .cid-sOhG13vX6J .navbar.opened {
    height: auto;
  }
  .cid-sOhG13vX6J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOi20O4E4u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOi1Gw8mZi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #050c2d;
}
.cid-sOi1Gw8mZi .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sOi1Gw8mZi .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sOi1Gw8mZi .row {
    text-align: center;
  }
  .cid-sOi1Gw8mZi .row > div {
    margin: auto;
  }
  .cid-sOi1Gw8mZi .social-row {
    justify-content: center;
  }
}
.cid-sOi1Gw8mZi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sOi1Gw8mZi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sOi1Gw8mZi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOi1Gw8mZi .list {
    margin-bottom: 0rem;
  }
}
.cid-sOi1Gw8mZi .mbr-text {
  color: #bbbbbb;
}
.cid-sOi1Gw8mZi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sOi1Gw8mZi .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sOi1Gw8mZi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sOi1Gxofqi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sOi1Gxofqi nav.navbar {
  position: fixed;
}
.cid-sOi1Gxofqi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOi1Gxofqi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sOi1Gxofqi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sOi1Gxofqi .dropdown-item:hover,
.cid-sOi1Gxofqi .dropdown-item:focus {
  background: #51090a !important;
  color: white !important;
}
.cid-sOi1Gxofqi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sOi1Gxofqi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sOi1Gxofqi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sOi1Gxofqi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sOi1Gxofqi .nav-link {
  position: relative;
}
.cid-sOi1Gxofqi .container {
  display: flex;
  margin: auto;
}
.cid-sOi1Gxofqi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOi1Gxofqi .dropdown-menu,
.cid-sOi1Gxofqi .navbar.opened {
  background: #ecdb94 !important;
}
.cid-sOi1Gxofqi .nav-item:focus,
.cid-sOi1Gxofqi .nav-link:focus {
  outline: none;
}
.cid-sOi1Gxofqi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sOi1Gxofqi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOi1Gxofqi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sOi1Gxofqi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOi1Gxofqi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOi1Gxofqi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sOi1Gxofqi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ecdb94;
}
.cid-sOi1Gxofqi .navbar.opened {
  transition: all 0.3s;
}
.cid-sOi1Gxofqi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sOi1Gxofqi .navbar .navbar-logo img {
  width: auto;
}
.cid-sOi1Gxofqi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOi1Gxofqi .navbar.collapsed {
  justify-content: center;
}
.cid-sOi1Gxofqi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOi1Gxofqi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOi1Gxofqi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sOi1Gxofqi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOi1Gxofqi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOi1Gxofqi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sOi1Gxofqi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOi1Gxofqi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sOi1Gxofqi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sOi1Gxofqi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOi1Gxofqi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOi1Gxofqi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOi1Gxofqi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOi1Gxofqi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sOi1Gxofqi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sOi1Gxofqi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOi1Gxofqi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOi1Gxofqi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sOi1Gxofqi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sOi1Gxofqi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sOi1Gxofqi .navbar.navbar-short {
  min-height: 60px;
}
.cid-sOi1Gxofqi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sOi1Gxofqi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sOi1Gxofqi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sOi1Gxofqi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOi1Gxofqi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOi1Gxofqi .dropdown-item.active,
.cid-sOi1Gxofqi .dropdown-item:active {
  background-color: transparent;
}
.cid-sOi1Gxofqi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOi1Gxofqi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOi1Gxofqi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOi1Gxofqi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecdb94;
}
.cid-sOi1Gxofqi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOi1Gxofqi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOi1Gxofqi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sOi1Gxofqi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOi1Gxofqi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sOi1Gxofqi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sOi1Gxofqi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOi1Gxofqi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOi1Gxofqi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOi1Gxofqi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOi1Gxofqi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOi1Gxofqi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOi1Gxofqi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOi1Gxofqi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOi1Gxofqi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sOi1Gxofqi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sOi1Gxofqi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOi1Gxofqi .navbar {
    height: 70px;
  }
  .cid-sOi1Gxofqi .navbar.opened {
    height: auto;
  }
  .cid-sOi1Gxofqi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOi2Cq8MYq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sOi2CseGxM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #050c2d;
}
.cid-sOi2CseGxM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sOi2CseGxM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sOi2CseGxM .row {
    text-align: center;
  }
  .cid-sOi2CseGxM .row > div {
    margin: auto;
  }
  .cid-sOi2CseGxM .social-row {
    justify-content: center;
  }
}
.cid-sOi2CseGxM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sOi2CseGxM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sOi2CseGxM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sOi2CseGxM .list {
    margin-bottom: 0rem;
  }
}
.cid-sOi2CseGxM .mbr-text {
  color: #bbbbbb;
}
.cid-sOi2CseGxM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sOi2CseGxM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sOi2CseGxM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sOi2Cuz55i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sOi2Cuz55i nav.navbar {
  position: fixed;
}
.cid-sOi2Cuz55i .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOi2Cuz55i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sOi2Cuz55i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sOi2Cuz55i .dropdown-item:hover,
.cid-sOi2Cuz55i .dropdown-item:focus {
  background: #51090a !important;
  color: white !important;
}
.cid-sOi2Cuz55i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sOi2Cuz55i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sOi2Cuz55i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sOi2Cuz55i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sOi2Cuz55i .nav-link {
  position: relative;
}
.cid-sOi2Cuz55i .container {
  display: flex;
  margin: auto;
}
.cid-sOi2Cuz55i .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOi2Cuz55i .dropdown-menu,
.cid-sOi2Cuz55i .navbar.opened {
  background: #ecdb94 !important;
}
.cid-sOi2Cuz55i .nav-item:focus,
.cid-sOi2Cuz55i .nav-link:focus {
  outline: none;
}
.cid-sOi2Cuz55i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sOi2Cuz55i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOi2Cuz55i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sOi2Cuz55i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOi2Cuz55i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOi2Cuz55i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sOi2Cuz55i .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ecdb94;
}
.cid-sOi2Cuz55i .navbar.opened {
  transition: all 0.3s;
}
.cid-sOi2Cuz55i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sOi2Cuz55i .navbar .navbar-logo img {
  width: auto;
}
.cid-sOi2Cuz55i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOi2Cuz55i .navbar.collapsed {
  justify-content: center;
}
.cid-sOi2Cuz55i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOi2Cuz55i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOi2Cuz55i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sOi2Cuz55i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOi2Cuz55i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOi2Cuz55i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sOi2Cuz55i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOi2Cuz55i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sOi2Cuz55i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sOi2Cuz55i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOi2Cuz55i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOi2Cuz55i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOi2Cuz55i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOi2Cuz55i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sOi2Cuz55i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sOi2Cuz55i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOi2Cuz55i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOi2Cuz55i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sOi2Cuz55i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sOi2Cuz55i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sOi2Cuz55i .navbar.navbar-short {
  min-height: 60px;
}
.cid-sOi2Cuz55i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sOi2Cuz55i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sOi2Cuz55i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sOi2Cuz55i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOi2Cuz55i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOi2Cuz55i .dropdown-item.active,
.cid-sOi2Cuz55i .dropdown-item:active {
  background-color: transparent;
}
.cid-sOi2Cuz55i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOi2Cuz55i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOi2Cuz55i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOi2Cuz55i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecdb94;
}
.cid-sOi2Cuz55i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOi2Cuz55i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOi2Cuz55i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sOi2Cuz55i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOi2Cuz55i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sOi2Cuz55i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sOi2Cuz55i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOi2Cuz55i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOi2Cuz55i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOi2Cuz55i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOi2Cuz55i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOi2Cuz55i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOi2Cuz55i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOi2Cuz55i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOi2Cuz55i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sOi2Cuz55i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sOi2Cuz55i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOi2Cuz55i .navbar {
    height: 70px;
  }
  .cid-sOi2Cuz55i .navbar.opened {
    height: auto;
  }
  .cid-sOi2Cuz55i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPBN189DLv {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f5f0ea;
}
.cid-sPBM99ZIak {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f0ea;
}
@media (min-width: 992px) {
  .cid-sPBM99ZIak .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sPBM99ZIak .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sPBM99ZIak .mbr-text {
  color: #353535;
}
.cid-sPBM9bI37a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f0ea;
}
.cid-sPBM9bI37a .mbr-text {
  text-align: left;
}
.cid-sPBM9dEdnZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f5f0ea;
}
@media (min-width: 992px) {
  .cid-sPBM9dEdnZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sPBM9dEdnZ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sPBM9dEdnZ .mbr-text {
  color: #353535;
}
.cid-sPBM9fkOeU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f0ea;
}
@media (min-width: 992px) {
  .cid-sPBM9fkOeU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sPBM9fkOeU .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sPBM9fkOeU .mbr-text {
  color: #353535;
}
.cid-xkGDbRplJW {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f5f0ea;
}
@media (min-width: 992px) {
  .cid-xkGDbRplJW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-xkGDbRplJW .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-xkGDbRplJW .mbr-text {
  color: #353535;
}
.cid-sPBM9h4yMm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #050c2d;
}
.cid-sPBM9h4yMm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPBM9h4yMm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPBM9h4yMm .row {
    text-align: center;
  }
  .cid-sPBM9h4yMm .row > div {
    margin: auto;
  }
  .cid-sPBM9h4yMm .social-row {
    justify-content: center;
  }
}
.cid-sPBM9h4yMm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPBM9h4yMm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sPBM9h4yMm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPBM9h4yMm .list {
    margin-bottom: 0rem;
  }
}
.cid-sPBM9h4yMm .mbr-text {
  color: #bbbbbb;
}
.cid-sPBM9h4yMm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPBM9h4yMm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPBM9h4yMm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPBM9jQS9i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPBM9jQS9i nav.navbar {
  position: fixed;
}
.cid-sPBM9jQS9i .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPBM9jQS9i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPBM9jQS9i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPBM9jQS9i .dropdown-item:hover,
.cid-sPBM9jQS9i .dropdown-item:focus {
  background: #51090a !important;
  color: white !important;
}
.cid-sPBM9jQS9i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPBM9jQS9i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPBM9jQS9i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPBM9jQS9i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPBM9jQS9i .nav-link {
  position: relative;
}
.cid-sPBM9jQS9i .container {
  display: flex;
  margin: auto;
}
.cid-sPBM9jQS9i .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPBM9jQS9i .dropdown-menu,
.cid-sPBM9jQS9i .navbar.opened {
  background: #ecdb94 !important;
}
.cid-sPBM9jQS9i .nav-item:focus,
.cid-sPBM9jQS9i .nav-link:focus {
  outline: none;
}
.cid-sPBM9jQS9i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPBM9jQS9i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPBM9jQS9i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPBM9jQS9i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPBM9jQS9i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPBM9jQS9i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPBM9jQS9i .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ecdb94;
}
.cid-sPBM9jQS9i .navbar.opened {
  transition: all 0.3s;
}
.cid-sPBM9jQS9i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPBM9jQS9i .navbar .navbar-logo img {
  width: auto;
}
.cid-sPBM9jQS9i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPBM9jQS9i .navbar.collapsed {
  justify-content: center;
}
.cid-sPBM9jQS9i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPBM9jQS9i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPBM9jQS9i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sPBM9jQS9i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPBM9jQS9i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPBM9jQS9i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sPBM9jQS9i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPBM9jQS9i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPBM9jQS9i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPBM9jQS9i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPBM9jQS9i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPBM9jQS9i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPBM9jQS9i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPBM9jQS9i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sPBM9jQS9i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPBM9jQS9i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPBM9jQS9i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPBM9jQS9i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPBM9jQS9i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPBM9jQS9i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPBM9jQS9i .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPBM9jQS9i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPBM9jQS9i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPBM9jQS9i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPBM9jQS9i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPBM9jQS9i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPBM9jQS9i .dropdown-item.active,
.cid-sPBM9jQS9i .dropdown-item:active {
  background-color: transparent;
}
.cid-sPBM9jQS9i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPBM9jQS9i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPBM9jQS9i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPBM9jQS9i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecdb94;
}
.cid-sPBM9jQS9i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPBM9jQS9i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPBM9jQS9i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPBM9jQS9i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPBM9jQS9i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPBM9jQS9i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sPBM9jQS9i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPBM9jQS9i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPBM9jQS9i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPBM9jQS9i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPBM9jQS9i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPBM9jQS9i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPBM9jQS9i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPBM9jQS9i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPBM9jQS9i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPBM9jQS9i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPBM9jQS9i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPBM9jQS9i .navbar {
    height: 70px;
  }
  .cid-sPBM9jQS9i .navbar.opened {
    height: auto;
  }
  .cid-sPBM9jQS9i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPGkXlmZ5X {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x942.jpg");
}
.cid-sPGkXlmZ5X .mbr-section-title {
  color: #ffffff;
}
.cid-sPGkXmU4so {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrundh-1582x540.jpg");
}
.cid-sPGkXmU4so ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sPGkXmU4so li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sPGkXmU4so ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #51090a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sPGntYb3iK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-2-1582x540.jpg");
}
.cid-sPGntYb3iK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sPGntYb3iK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sPGntYb3iK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #51090a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sPGkXooHMp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #050c2d;
}
.cid-sPGkXooHMp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPGkXooHMp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPGkXooHMp .row {
    text-align: center;
  }
  .cid-sPGkXooHMp .row > div {
    margin: auto;
  }
  .cid-sPGkXooHMp .social-row {
    justify-content: center;
  }
}
.cid-sPGkXooHMp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sPGkXooHMp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sPGkXooHMp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPGkXooHMp .list {
    margin-bottom: 0rem;
  }
}
.cid-sPGkXooHMp .mbr-text {
  color: #bbbbbb;
}
.cid-sPGkXooHMp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sPGkXooHMp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sPGkXooHMp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sPGkXqlnBO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPGkXqlnBO nav.navbar {
  position: fixed;
}
.cid-sPGkXqlnBO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPGkXqlnBO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPGkXqlnBO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPGkXqlnBO .dropdown-item:hover,
.cid-sPGkXqlnBO .dropdown-item:focus {
  background: #51090a !important;
  color: white !important;
}
.cid-sPGkXqlnBO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPGkXqlnBO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPGkXqlnBO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPGkXqlnBO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPGkXqlnBO .nav-link {
  position: relative;
}
.cid-sPGkXqlnBO .container {
  display: flex;
  margin: auto;
}
.cid-sPGkXqlnBO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPGkXqlnBO .dropdown-menu,
.cid-sPGkXqlnBO .navbar.opened {
  background: #ecdb94 !important;
}
.cid-sPGkXqlnBO .nav-item:focus,
.cid-sPGkXqlnBO .nav-link:focus {
  outline: none;
}
.cid-sPGkXqlnBO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPGkXqlnBO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPGkXqlnBO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPGkXqlnBO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPGkXqlnBO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPGkXqlnBO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPGkXqlnBO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ecdb94;
}
.cid-sPGkXqlnBO .navbar.opened {
  transition: all 0.3s;
}
.cid-sPGkXqlnBO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPGkXqlnBO .navbar .navbar-logo img {
  width: auto;
}
.cid-sPGkXqlnBO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPGkXqlnBO .navbar.collapsed {
  justify-content: center;
}
.cid-sPGkXqlnBO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPGkXqlnBO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPGkXqlnBO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sPGkXqlnBO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPGkXqlnBO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPGkXqlnBO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sPGkXqlnBO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPGkXqlnBO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPGkXqlnBO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPGkXqlnBO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPGkXqlnBO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPGkXqlnBO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPGkXqlnBO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPGkXqlnBO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sPGkXqlnBO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPGkXqlnBO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPGkXqlnBO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPGkXqlnBO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPGkXqlnBO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPGkXqlnBO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPGkXqlnBO .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPGkXqlnBO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPGkXqlnBO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPGkXqlnBO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPGkXqlnBO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPGkXqlnBO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPGkXqlnBO .dropdown-item.active,
.cid-sPGkXqlnBO .dropdown-item:active {
  background-color: transparent;
}
.cid-sPGkXqlnBO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPGkXqlnBO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPGkXqlnBO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPGkXqlnBO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecdb94;
}
.cid-sPGkXqlnBO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPGkXqlnBO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPGkXqlnBO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPGkXqlnBO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPGkXqlnBO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPGkXqlnBO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sPGkXqlnBO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPGkXqlnBO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPGkXqlnBO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPGkXqlnBO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPGkXqlnBO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPGkXqlnBO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPGkXqlnBO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPGkXqlnBO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPGkXqlnBO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPGkXqlnBO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPGkXqlnBO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPGkXqlnBO .navbar {
    height: 70px;
  }
  .cid-sPGkXqlnBO .navbar.opened {
    height: auto;
  }
  .cid-sPGkXqlnBO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTxtooxib5 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x746.jpg");
}
.cid-sTxtooxib5 .mbr-section-title {
  color: #ffffff;
}
.cid-sTxtopbx1w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hintergrundh-1582x540.jpg");
}
.cid-sTxtopbx1w ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sTxtopbx1w li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sTxtopbx1w ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #51090a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sTxtopbx1w .list {
  text-align: left;
}
.cid-sTxtoq4y67 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-2-1582x540.jpg");
}
.cid-sTxtoq4y67 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sTxtoq4y67 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sTxtoq4y67 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #51090a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sTxtoqTPkt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #050c2d;
}
.cid-sTxtoqTPkt .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sTxtoqTPkt .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sTxtoqTPkt .row {
    text-align: center;
  }
  .cid-sTxtoqTPkt .row > div {
    margin: auto;
  }
  .cid-sTxtoqTPkt .social-row {
    justify-content: center;
  }
}
.cid-sTxtoqTPkt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sTxtoqTPkt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sTxtoqTPkt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTxtoqTPkt .list {
    margin-bottom: 0rem;
  }
}
.cid-sTxtoqTPkt .mbr-text {
  color: #bbbbbb;
}
.cid-sTxtoqTPkt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sTxtoqTPkt .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sTxtoqTPkt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sTxtorYUW2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTxtorYUW2 nav.navbar {
  position: fixed;
}
.cid-sTxtorYUW2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTxtorYUW2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTxtorYUW2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTxtorYUW2 .dropdown-item:hover,
.cid-sTxtorYUW2 .dropdown-item:focus {
  background: #51090a !important;
  color: white !important;
}
.cid-sTxtorYUW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTxtorYUW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTxtorYUW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sTxtorYUW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTxtorYUW2 .nav-link {
  position: relative;
}
.cid-sTxtorYUW2 .container {
  display: flex;
  margin: auto;
}
.cid-sTxtorYUW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTxtorYUW2 .dropdown-menu,
.cid-sTxtorYUW2 .navbar.opened {
  background: #ecdb94 !important;
}
.cid-sTxtorYUW2 .nav-item:focus,
.cid-sTxtorYUW2 .nav-link:focus {
  outline: none;
}
.cid-sTxtorYUW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTxtorYUW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTxtorYUW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTxtorYUW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTxtorYUW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTxtorYUW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTxtorYUW2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ecdb94;
}
.cid-sTxtorYUW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sTxtorYUW2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTxtorYUW2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sTxtorYUW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTxtorYUW2 .navbar.collapsed {
  justify-content: center;
}
.cid-sTxtorYUW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTxtorYUW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTxtorYUW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sTxtorYUW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTxtorYUW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTxtorYUW2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sTxtorYUW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTxtorYUW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTxtorYUW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTxtorYUW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTxtorYUW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTxtorYUW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTxtorYUW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTxtorYUW2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sTxtorYUW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTxtorYUW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTxtorYUW2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTxtorYUW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTxtorYUW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTxtorYUW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTxtorYUW2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTxtorYUW2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTxtorYUW2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTxtorYUW2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTxtorYUW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTxtorYUW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTxtorYUW2 .dropdown-item.active,
.cid-sTxtorYUW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sTxtorYUW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTxtorYUW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTxtorYUW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTxtorYUW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecdb94;
}
.cid-sTxtorYUW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTxtorYUW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTxtorYUW2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTxtorYUW2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTxtorYUW2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTxtorYUW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTxtorYUW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTxtorYUW2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTxtorYUW2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTxtorYUW2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTxtorYUW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTxtorYUW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTxtorYUW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTxtorYUW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTxtorYUW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTxtorYUW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTxtorYUW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTxtorYUW2 .navbar {
    height: 70px;
  }
  .cid-sTxtorYUW2 .navbar.opened {
    height: auto;
  }
  .cid-sTxtorYUW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTxQptdb3M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTxQpu82Z8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #050c2d;
}
.cid-sTxQpu82Z8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sTxQpu82Z8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sTxQpu82Z8 .row {
    text-align: center;
  }
  .cid-sTxQpu82Z8 .row > div {
    margin: auto;
  }
  .cid-sTxQpu82Z8 .social-row {
    justify-content: center;
  }
}
.cid-sTxQpu82Z8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sTxQpu82Z8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sTxQpu82Z8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTxQpu82Z8 .list {
    margin-bottom: 0rem;
  }
}
.cid-sTxQpu82Z8 .mbr-text {
  color: #bbbbbb;
}
.cid-sTxQpu82Z8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sTxQpu82Z8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sTxQpu82Z8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sTxQpwb1L4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTxQpwb1L4 nav.navbar {
  position: fixed;
}
.cid-sTxQpwb1L4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTxQpwb1L4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTxQpwb1L4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTxQpwb1L4 .dropdown-item:hover,
.cid-sTxQpwb1L4 .dropdown-item:focus {
  background: #51090a !important;
  color: white !important;
}
.cid-sTxQpwb1L4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTxQpwb1L4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTxQpwb1L4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sTxQpwb1L4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTxQpwb1L4 .nav-link {
  position: relative;
}
.cid-sTxQpwb1L4 .container {
  display: flex;
  margin: auto;
}
.cid-sTxQpwb1L4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTxQpwb1L4 .dropdown-menu,
.cid-sTxQpwb1L4 .navbar.opened {
  background: #ecdb94 !important;
}
.cid-sTxQpwb1L4 .nav-item:focus,
.cid-sTxQpwb1L4 .nav-link:focus {
  outline: none;
}
.cid-sTxQpwb1L4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTxQpwb1L4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTxQpwb1L4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTxQpwb1L4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTxQpwb1L4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTxQpwb1L4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTxQpwb1L4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ecdb94;
}
.cid-sTxQpwb1L4 .navbar.opened {
  transition: all 0.3s;
}
.cid-sTxQpwb1L4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTxQpwb1L4 .navbar .navbar-logo img {
  width: auto;
}
.cid-sTxQpwb1L4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTxQpwb1L4 .navbar.collapsed {
  justify-content: center;
}
.cid-sTxQpwb1L4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTxQpwb1L4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTxQpwb1L4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sTxQpwb1L4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTxQpwb1L4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTxQpwb1L4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sTxQpwb1L4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTxQpwb1L4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTxQpwb1L4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTxQpwb1L4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTxQpwb1L4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTxQpwb1L4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTxQpwb1L4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTxQpwb1L4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sTxQpwb1L4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTxQpwb1L4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTxQpwb1L4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTxQpwb1L4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTxQpwb1L4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTxQpwb1L4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTxQpwb1L4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTxQpwb1L4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTxQpwb1L4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTxQpwb1L4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTxQpwb1L4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTxQpwb1L4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTxQpwb1L4 .dropdown-item.active,
.cid-sTxQpwb1L4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sTxQpwb1L4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTxQpwb1L4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTxQpwb1L4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTxQpwb1L4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecdb94;
}
.cid-sTxQpwb1L4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTxQpwb1L4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTxQpwb1L4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTxQpwb1L4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTxQpwb1L4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTxQpwb1L4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTxQpwb1L4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTxQpwb1L4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTxQpwb1L4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTxQpwb1L4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTxQpwb1L4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTxQpwb1L4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTxQpwb1L4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTxQpwb1L4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTxQpwb1L4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTxQpwb1L4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTxQpwb1L4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTxQpwb1L4 .navbar {
    height: 70px;
  }
  .cid-sTxQpwb1L4 .navbar.opened {
    height: auto;
  }
  .cid-sTxQpwb1L4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTy0MYEAEI {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXNLHYldOC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sXNLHYldOC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sXNLHYldOC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sXNLHYldOC .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sTy603RSwa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTy7Unf22D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTy7Unf22D .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sTy7Unf22D .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sTy7Unf22D .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sTy8OnbB84 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZwvzArU7T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sZwvzArU7T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sZwvzArU7T .row {
  flex-direction: row-reverse;
}
.cid-sZwvzArU7T img {
  width: 100%;
}
.cid-sXNR2wDFbO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXO10Gpuhp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sXO10Gpuhp .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sXO10Gpuhp .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sXO10Gpuhp .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sXO10Gpuhp P {
  text-align: left;
}
.cid-sTybjKrRtO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXNR6P713H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sXNR6P713H .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sXNR6P713H .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sXNR6P713H .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sXNR6P713H P {
  text-align: left;
}
.cid-sXNR8IjSOs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZCS5swV6t {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sZCS5swV6t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sZCS5swV6t .row {
  flex-direction: row-reverse;
}
.cid-sZCS5swV6t img {
  width: 100%;
}
.cid-sTy9A7zvzj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTydpOPQMA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTydpOPQMA .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sTydpOPQMA .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sTydpOPQMA .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sTyduLUElL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZCR9PFMee {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sZCR9PFMee .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sZCR9PFMee .row {
  flex-direction: row-reverse;
}
.cid-sZCR9PFMee img {
  width: 100%;
}
.cid-sTyeWZRsla {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTyeWZRsla .mbr-text {
  text-align: left;
}
.cid-sZwxqay1bT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sZwxqay1bT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sZwxqay1bT .row {
  flex-direction: row-reverse;
}
.cid-sZwxqay1bT img {
  width: 100%;
}
.cid-sTyieWneem {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTyik2n9PS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTyik2n9PS .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sTyik2n9PS .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sTyik2n9PS .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sTyiiFUcH7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXO6nts1OW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sXO6nts1OW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sXO6nts1OW .row {
  flex-direction: row-reverse;
}
.cid-sXO6nts1OW img {
  width: 100%;
}
.cid-sURQDMeAnK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXO7mgyghR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sXO7mgyghR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sXO7mgyghR .row {
  flex-direction: row-reverse;
}
.cid-sXO7mgyghR img {
  width: 100%;
}
.cid-sURYKTNQpC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sYF8RTcYyC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sYF8RTcYyC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sYF8RTcYyC .row {
  flex-direction: row-reverse;
}
.cid-sYF8RTcYyC img {
  width: 100%;
}
.cid-sURZhbwAR2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXO4FrP7sM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sXO4FrP7sM .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sXO4FrP7sM .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sXO4FrP7sM .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sUS02MVOs8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXOhnG3532 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sXOhnG3532 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sXOhnG3532 .row {
  flex-direction: row-reverse;
}
.cid-sXOhnG3532 img {
  width: 100%;
}
.cid-sUS04g01xB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXOhp3GQvl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sXOhp3GQvl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sXOhp3GQvl .row {
  flex-direction: row-reverse;
}
.cid-sXOhp3GQvl img {
  width: 100%;
}
.cid-sUS0NLCBHY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZwB4OlcTG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sZwB4OlcTG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sZwB4OlcTG .row {
  flex-direction: row-reverse;
}
.cid-sZwB4OlcTG img {
  width: 100%;
}
.cid-sUS1IdEVhC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t9TtNrNnkG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t9TtNrNnkG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t9TtNrNnkG .row {
  flex-direction: row-reverse;
}
.cid-t9TtNrNnkG img {
  width: 100%;
}
.cid-t4Ty1QZJxe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t8L0G7ezj5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8L0G7ezj5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t8L0G7ezj5 .row {
  flex-direction: row-reverse;
}
.cid-t8L0G7ezj5 img {
  width: 100%;
}
.cid-t4TyLXUBE3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4Tudcr8nV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4TufU1EH7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4TCgNGLJx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4TBjfbNJV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8L506KgfM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8L506KgfM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t8L506KgfM .row {
  flex-direction: row-reverse;
}
.cid-t8L506KgfM img {
  width: 100%;
}
.cid-sXOnak2Ip9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4TzMPogTS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8LbhRVJG8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8LbhRVJG8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t8LbhRVJG8 .row {
  flex-direction: row-reverse;
}
.cid-t8LbhRVJG8 img {
  width: 100%;
}
.cid-t4TzNUiLtg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-thpUhEgkHm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlhbajwMad {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tlhbajwMad .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlhbajwMad .row {
  flex-direction: row-reverse;
}
.cid-tlhbajwMad img {
  width: 100%;
}
.cid-sTy02jUly9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #050c2d;
}
.cid-sTy02jUly9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sTy02jUly9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sTy02jUly9 .row {
    text-align: center;
  }
  .cid-sTy02jUly9 .row > div {
    margin: auto;
  }
  .cid-sTy02jUly9 .social-row {
    justify-content: center;
  }
}
.cid-sTy02jUly9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sTy02jUly9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sTy02jUly9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTy02jUly9 .list {
    margin-bottom: 0rem;
  }
}
.cid-sTy02jUly9 .mbr-text {
  color: #bbbbbb;
}
.cid-sTy02jUly9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sTy02jUly9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sTy02jUly9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sTy02oSYq1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sTy02oSYq1 nav.navbar {
  position: fixed;
}
.cid-sTy02oSYq1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTy02oSYq1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sTy02oSYq1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sTy02oSYq1 .dropdown-item:hover,
.cid-sTy02oSYq1 .dropdown-item:focus {
  background: #51090a !important;
  color: white !important;
}
.cid-sTy02oSYq1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTy02oSYq1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTy02oSYq1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sTy02oSYq1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTy02oSYq1 .nav-link {
  position: relative;
}
.cid-sTy02oSYq1 .container {
  display: flex;
  margin: auto;
}
.cid-sTy02oSYq1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTy02oSYq1 .dropdown-menu,
.cid-sTy02oSYq1 .navbar.opened {
  background: #ecdb94 !important;
}
.cid-sTy02oSYq1 .nav-item:focus,
.cid-sTy02oSYq1 .nav-link:focus {
  outline: none;
}
.cid-sTy02oSYq1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTy02oSYq1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTy02oSYq1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTy02oSYq1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTy02oSYq1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTy02oSYq1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTy02oSYq1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ecdb94;
}
.cid-sTy02oSYq1 .navbar.opened {
  transition: all 0.3s;
}
.cid-sTy02oSYq1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTy02oSYq1 .navbar .navbar-logo img {
  width: auto;
}
.cid-sTy02oSYq1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTy02oSYq1 .navbar.collapsed {
  justify-content: center;
}
.cid-sTy02oSYq1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTy02oSYq1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTy02oSYq1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sTy02oSYq1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTy02oSYq1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTy02oSYq1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sTy02oSYq1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTy02oSYq1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTy02oSYq1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTy02oSYq1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTy02oSYq1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTy02oSYq1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTy02oSYq1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTy02oSYq1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sTy02oSYq1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sTy02oSYq1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTy02oSYq1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTy02oSYq1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTy02oSYq1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTy02oSYq1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sTy02oSYq1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTy02oSYq1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sTy02oSYq1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTy02oSYq1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTy02oSYq1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTy02oSYq1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTy02oSYq1 .dropdown-item.active,
.cid-sTy02oSYq1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sTy02oSYq1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTy02oSYq1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTy02oSYq1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTy02oSYq1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecdb94;
}
.cid-sTy02oSYq1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTy02oSYq1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTy02oSYq1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTy02oSYq1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTy02oSYq1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTy02oSYq1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sTy02oSYq1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTy02oSYq1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTy02oSYq1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTy02oSYq1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTy02oSYq1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTy02oSYq1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTy02oSYq1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTy02oSYq1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTy02oSYq1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTy02oSYq1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sTy02oSYq1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTy02oSYq1 .navbar {
    height: 70px;
  }
  .cid-sTy02oSYq1 .navbar.opened {
    height: auto;
  }
  .cid-sTy02oSYq1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXNvrGeECr {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-sXNvrGeECr .mbr-section-title {
  color: #ffffff;
}
.cid-sZuMNmIUGE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #cd6b6b;
}
.cid-sZuMNmIUGE .mbr-text,
.cid-sZuMNmIUGE .mbr-section-btn {
  color: #232323;
}
.cid-sZuMNmIUGE .card-title,
.cid-sZuMNmIUGE .card-box {
  color: #ffffff;
}
.cid-sZuMNmIUGE .mbr-text,
.cid-sZuMNmIUGE .link-wrap {
  color: #ffffff;
}
.cid-tZhL24mkfz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f0ea;
}
.cid-tZhL24mkfz .line {
  background-color: #9e37da;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u1xcTH3EFF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f0ea;
}
.cid-u1xcTH3EFF .mbr-text {
  text-align: center;
}
.cid-sXNvrJLofY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #050c2d;
}
.cid-sXNvrJLofY .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sXNvrJLofY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sXNvrJLofY .row {
    text-align: center;
  }
  .cid-sXNvrJLofY .row > div {
    margin: auto;
  }
  .cid-sXNvrJLofY .social-row {
    justify-content: center;
  }
}
.cid-sXNvrJLofY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sXNvrJLofY .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sXNvrJLofY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sXNvrJLofY .list {
    margin-bottom: 0rem;
  }
}
.cid-sXNvrJLofY .mbr-text {
  color: #bbbbbb;
}
.cid-sXNvrJLofY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sXNvrJLofY .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sXNvrJLofY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sXNvrKFxbd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sXNvrKFxbd nav.navbar {
  position: fixed;
}
.cid-sXNvrKFxbd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXNvrKFxbd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXNvrKFxbd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXNvrKFxbd .dropdown-item:hover,
.cid-sXNvrKFxbd .dropdown-item:focus {
  background: #51090a !important;
  color: white !important;
}
.cid-sXNvrKFxbd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXNvrKFxbd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXNvrKFxbd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXNvrKFxbd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXNvrKFxbd .nav-link {
  position: relative;
}
.cid-sXNvrKFxbd .container {
  display: flex;
  margin: auto;
}
.cid-sXNvrKFxbd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXNvrKFxbd .dropdown-menu,
.cid-sXNvrKFxbd .navbar.opened {
  background: #ecdb94 !important;
}
.cid-sXNvrKFxbd .nav-item:focus,
.cid-sXNvrKFxbd .nav-link:focus {
  outline: none;
}
.cid-sXNvrKFxbd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXNvrKFxbd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXNvrKFxbd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXNvrKFxbd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXNvrKFxbd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXNvrKFxbd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXNvrKFxbd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ecdb94;
}
.cid-sXNvrKFxbd .navbar.opened {
  transition: all 0.3s;
}
.cid-sXNvrKFxbd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXNvrKFxbd .navbar .navbar-logo img {
  width: auto;
}
.cid-sXNvrKFxbd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXNvrKFxbd .navbar.collapsed {
  justify-content: center;
}
.cid-sXNvrKFxbd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXNvrKFxbd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXNvrKFxbd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sXNvrKFxbd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXNvrKFxbd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXNvrKFxbd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sXNvrKFxbd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXNvrKFxbd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXNvrKFxbd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXNvrKFxbd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXNvrKFxbd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXNvrKFxbd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXNvrKFxbd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXNvrKFxbd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sXNvrKFxbd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXNvrKFxbd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXNvrKFxbd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXNvrKFxbd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXNvrKFxbd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXNvrKFxbd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXNvrKFxbd .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXNvrKFxbd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXNvrKFxbd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXNvrKFxbd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXNvrKFxbd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXNvrKFxbd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXNvrKFxbd .dropdown-item.active,
.cid-sXNvrKFxbd .dropdown-item:active {
  background-color: transparent;
}
.cid-sXNvrKFxbd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXNvrKFxbd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXNvrKFxbd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXNvrKFxbd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecdb94;
}
.cid-sXNvrKFxbd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXNvrKFxbd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXNvrKFxbd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXNvrKFxbd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXNvrKFxbd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXNvrKFxbd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sXNvrKFxbd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXNvrKFxbd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXNvrKFxbd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXNvrKFxbd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXNvrKFxbd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXNvrKFxbd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXNvrKFxbd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXNvrKFxbd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXNvrKFxbd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sXNvrKFxbd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXNvrKFxbd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXNvrKFxbd .navbar {
    height: 70px;
  }
  .cid-sXNvrKFxbd .navbar.opened {
    height: auto;
  }
  .cid-sXNvrKFxbd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
